home *** CD-ROM | disk | FTP | other *** search
Oberon Text | 1994-07-03 | 423 b | 13 lines |
- Syntax10.Scn.Fnt
- Browser - the Oberon module broser
- Browser.ShowDef (^ | module)
- shows the definition of an Oberon module
- Browser.ShowObj (^ | module.object)
- shows the definition of an exported object
- Browser.ShowTree {modulename} ~
- shows the hierarchy of exported record types
- Examples:
- Browser.ShowDef Oberon
- Browser.ShowObj Files.Set
- Browser.ShowTree Display Viewers MenuViewers TextFrames ~
-